#maskBg{
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right: 0;
	background: transparent;
	z-index:1001;
}

#maskBox{
	position: absolute;
	right: 0px;
	top: 22px;
	width: 113px;
	height: 34px;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5);
}
#maskSection{
	width: 1400px;
	margin:0px auto;
	height:75px;
	position: relative;
}
#maskContent{
	position: absolute;
	width: 400px;
	height: 400px;
	background: url(../images/cz-kuang.png);
	right: 0px;
	padding-right:63px;
	background-repeat: no-repeat;
	background-position: 62px 119px;
}

#maskContent::after{
	position: absolute;
	content: '';
	background: url(../images/cz-jiantou.png);
	width: 400px;
	height: 146px;
	top: 25px;
	left: 15px;
	background-repeat: no-repeat;
	background-position: 304px 41px;
}

#maskContent .ynq-topclose{
	position: absolute;
	top: 116px;
	color: #fff;
	right: 151px;
	font-size: 27px;
	z-index: 1001;
	padding: 0px 10px;
}

#maskContent p{
	position: absolute;
	top:200px;
	top: 190px;
	left: 86px;
	right:93px;
	max-width: 200px;
	color: #fff;
	text-align: center;
	font-size:22px;
	line-height: 36px;
}